body {
  background-color: #F8F8F8;
}
a {
  color: #333333;
}
.bg-white {
  background-color: #fff;
  color: #717171;
  padding: 0 20px;
}
.b-tit {
  line-height: 50px;
  margin: 45px 0px 25px;
}
.b-tit .chinese {
  color: #373737;
  font-size: 36px;
  font-weight: bold;
  float: left;
}
.b-tit .chinese .red {
  color: #da3031;
}
.b-tit .eng {
  color: #cccccc;
  font-size: 25px;
  font-weight: 100;
  margin-top: 8px;
  margin-left: 10px;
  float: left;
}
.b-tit .more {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  float: right;
}
.section-title {
  border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  padding: 24px 0px 19px 0px;
}
.section-title span {
  color: #da3031;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.section-title .more {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  float: right;
}
.section-title.color_B span {
  color: #212329;
}
.big_img {
  width: 100%;
  height: 178px;
  position: relative;
  overflow: hidden;
}
.big_img img {
  width: 100%;
  height: 100%;
}
.big_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  color: white;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p2-box {
  width: 355px;
  height: 240px;
  border: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.p2-box .p2-box-t p {
  width: 325px;
  border-bottom: 1px solid #dfe8f0;
  font-size: 22px;
  margin-left: 10px;
  padding: 10px;
}
.part_tit {
  margin: 0 auto 5px auto;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-bottom: 2px solid #e6e6e6;
}
.part_tit span {
  float: left;
  text-align: left;
  padding: 0 5px;
  border-bottom: 2px solid #4E9CCE;
  font-size: 20px;
  line-height: 35px;
}
.double_img {
  overflow: hidden;
  margin-top: 20px;
}
.double_img a {
  display: block;
  width: 48%;
  position: relative;
  height: 170px;
}
.double_img a img {
  width: 100%;
  height: 100%;
}
.double_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  box-sizing: border-box;
  line-height: 25px;
  background-image: linear-gradient(transparent, #000000);
  color: white;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-size: 15px;
  text-align: center;
}
.news_list {
  padding: 5px 0px 20px;
}
.news_list li {
  font-size: 16px;
  color: #6a6a6a;
  padding: 5px 0 5px 25px;
  background: url(../images_pc/icon3.png) no-repeat left center;
}
.news_list li:hover {
  background: url(../images_pc/p2.png) no-repeat left center;
}
.news_list li a {
  color: #6a6a6a;
  display: block;
  width: calc(100% - 150px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.news_list li .time {
  float: right;
}
.news_list.notDate li a {
  width: 100%;
}
.breadcrumb {
  height: 48px;
  background: #f4f4f4;
  line-height: 48px;
  padding-left: 15px;
  color: #666;
  font-size: 14px;
  margin: 10px auto;
}
#page {
  /*头部*/
  /*头部广告*/
  /*头条新闻*/
  /*焦点图部分*/
  /*要闻部分*/
  /*专题部分*/
  /*要点新闻*/
  /*最后  红色背景*/
  /*列表页*/
  /*内容页*/
}
#page .hide {
  display: none;
}
#page .show {
  display: block;
}
#page .header {
  background-color: #c61314;
  box-shadow: 0px 3px 7px 0px rgba(144, 0, 0, 0.4);
  margin-bottom: 10px;
}
#page .header .header_box {
  position: relative;
  width: 100%;
}
#page .header .header_box .container {
  width: 1200px;
  padding: 0px;
  margin: auto;
}
#page .header .header_box .container .logo {
  float: left;
  position: absolute;
  left: 0;
  background-color: white;
  box-shadow: 0 3px 7px 0 rgba(144, 0, 0, 0.25);
  width: 210px;
  text-align: center;
  display: inline-block;
  z-index: 10;
}
#page .header .header_box .container .logo img {
  width: 152px;
  height: 62px;
    object-fit: contain;
}
#page .header .header_box .container .nav_box {
  float: left;
}
#page .header .header_box .container .nav_box ul li {
  float: left;
}
#page .header .header_box .container .nav_box ul li a {
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  padding: 15px 17px;
  display: inline-block;
}
#page .header .header_box .container .nav_box ul li.on a,
#page .header .header_box .container .nav_box ul li:hover a {
  background-color: #E12121;
}
#page .header .header_box .container .searchBox {
  width: calc(100% - 350px);
  background: #fff;
  line-height: 35px;
  padding-left: 25px;
  margin: 12px 0 13px 150px;
  float: left;
}
#page .header .header_box .container .searchBox .d-flex {
  display: flex;
  height: 35px;
  line-height: 35px;
}
#page .header .header_box .container .searchBox .d-flex .input {
  outline: none;
  flex-grow: 1;
  flex-basis: 100%;
  min-width: 0;
  border: 0;
}
#page .header .header_box .container .searchBox .d-flex .submit {
  text-indent: -10000em;
  flex-shrink: 0;
  border: 0;
  width: 35px;
  height: 35px;
  outline: none;
  margin: 0 15px;
  background: url("../images_pc/search_btn.png") no-repeat center;
}
#page .header .header_box .right_box {
  background-color: #820000;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 12px 7px 10px;
  float: right;
}
#page .header .header_box .right_box .search_box {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px;
  background: url(../images_pc/search.png) no-repeat center center;
}
#page .header .header_box .right_box .search_box.close {
  background: url(../images_pc/close.png) no-repeat center center;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 5px auto;
  position: relative;
}
#page .header_ad .closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
#page .top_news {
  width: 1200px;
  margin: 20px auto;
}
#page .top_news .headline {
  background: white;
  width: 1200px;
  overflow: hidden;
  padding: 10px;
}
#page .top_news .headline p {
  font-size: 36px;
  font-weight: 900;
  width: 900px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 4px;
  color: #414141;
  margin: 8px auto 0;
}
#page .top_news .headline p a {
  color: #414141;
}
#page .top_news .headline .span-box {
  width: 900px;
  font-size: 16px;
  color: #6e6e6e;
  text-align: center;
  margin: 10px auto 0;
}
#page .top_news .headline .span-box a {
  float: left;
  color: #3f3f3f;
  display: block;
  width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .top_news .headline .span-box a:nth-child(2) {
  margin: 0 20px;
}
#page .section_banner {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
#page .section_banner .banner_block {
  float: left;
  width: 800px;
  margin: auto;
  padding-right: 267px;
  max-height: 572px;
  position: relative;
  overflow: hidden;
}
#page .section_banner .banner_block .sp-slides-container {
  width: 800px;
}
#page .section_banner .banner_block .sp-slides-container .sp-mask {
  width: 800px;
  position: initial;
  overflow: initial;
}
#page .section_banner .banner_block .sp-slides-container .sp-mask .sp-slides {
  width: 800px;
}
#page .section_banner .banner_block .sp-slides-container .sp-mask .sp-slides .sp-slide {
  width: 800px;
}
#page .section_banner .banner_block .sp-slides-container .sp-mask .sp-slides .sp-slide .imglink {
  width: 800px;
  height: 100%;
}
#page .section_banner .banner_block .sp-slides-container .sp-mask .sp-slides .sp-slide .imglink img {
  width: 800px;
  height: 100%;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container {
  left: 7px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container .sp-thumbnail {
  transition: all 0.5s ease-in-out;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-image-container {
  position: relative;
  z-index: 2;
  padding: 15px 20px 15px 25px;
  height: 111px;
  transition: all 0.5s ease-in-out;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-image-container .tit {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  color: white;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-image-container .tit a {
  color: white;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-image-container .time {
  display: none;
  color: white;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail {
  transition: all 0.5s ease-in-out;
  left: 0 !important;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail:before {
  content: '';
  width: 0;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail::after {
  content: '';
  width: 0;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail {
  width: 100%;
  background: #d01617 !important;
}
#page .section_banner .banner_block .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .sp-thumbnail-image-container .time {
  display: block;
}
#page .section_banner .text_block {
  float: right;
  width: 350px;
  padding: 0 20px;
  background-color: #fff;
  color: #717171;
}
#page .section_yaowen {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#page .section_yaowen .left_part {
  width: 800px;
  float: left;
  /*今日要闻*/
}
#page .section_yaowen .left_part .jryw .top-con {
  padding: 20px 0 5px;
}
#page .section_yaowen .left_part .jryw .top-con .tit {
  line-height: 32px;
  text-align: center;
  margin-bottom: 5px;
}
#page .section_yaowen .left_part .jryw .top-con .tit a {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .section_yaowen .left_part .jryw .top-con .summary {
  color: #636363;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .section_yaowen .left_part .jryw .top-con .summary a {
  color: #da3233;
}
#page .section_yaowen .left_part .jryw_bottom {
  margin-top: 20px;
}
#page .section_yaowen .left_part .jryw_bottom .half {
  width: 48%;
}
#page .section_yaowen .right_part {
  float: right;
  width: 350px;
}
#page .section_topic {
  width: 1200px;
  margin: 30px auto;
}
#page .section_topic .double_part {
  width: 48%;
  overflow: hidden;
}
#page .section_topic .double_part .half {
  width: 48%;
  overflow: hidden;
}
#page .item_box {
  overflow: hidden;
  padding: 0 10px;
}
#page .item_box .block {
  position: relative;
  height: 310px;
  background: #fff;
}
#page .item_box .block .imgblock {
  height: 160px;
}
#page .item_box .block .imgblock img {
  width: 100%;
  height: 100%;
}
#page .item_box .block .infoblock {
  transition: all 0.3s;
  padding: 20px 24px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 140px;
  overflow: hidden;
}
#page .item_box .block .infoblock::after {
  transition: all 0.3s;
  content: '';
  width: 25px;
  height: 2px;
  background: #da3031;
  left: 24px;
  bottom: 0;
  position: absolute;
  display: block;
}
#page .item_box .block .name {
  color: #232323;
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: bold;
}
#page .item_box .block .name a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .item_box .block .summary {
  color: #999;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .item_box .block .more {
  text-align: center;
}
#page .item_box .block .more a {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#page .item_box .block:hover .infoblock {
  height: 220px;
  background: #da3031;
}
#page .item_box .block:hover .name a {
  color: #ffffff;
}
#page .section_point {
  background: white;
  padding: 1px;
}
#page .section_point .block {
  width: 1200px;
  margin: auto;
}
#page .section_point .block .first {
  border: 0;
  padding: 40px 46px;
  margin-bottom: 0;
}
#page .section_point .block .first .time {
  color: #999;
  font-size: 20px;
}
#page .section_point .block .first .name {
  font-size: 25px;
  margin: 20px 0 15px;
  display: inline-block;
  height: auto;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 28px;
  font-weight: bold;
}
#page .section_point .block .first .summary {
  border-left: #e8e8e8 2px solid;
  padding: 3px 30px;
  height: 60px;
  color: #999;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .section_point .block .first .imglink {
  display: block;
  width: 100%;
  height: 100%;
  margin: 30px 0;
}
#page .section_point .block .first .imglink img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#page .section_point .block .first .more {
  color: #fff;
  background: #da3031;
  line-height: 50px;
  width: 185px;
  display: block;
  font-size: 18px;
  text-align: center;
}
#page .section_point .block .left {
  box-shadow: 0 11px 33px 2px rgba(0, 0, 0, 0.09);
  padding: 0 10px;
  width: 41.66666667%;
  float: left;
}
#page .section_point .block .right {
  width: 58.33333333%;
  float: right;
  padding: 0px 10px;
}
#page .section_point .block .right .r_item {
  width: 50%;
  padding: 0px 10px;
  float: left;
}
#page .section_point .block .right .r_item .contentblock {
  border-top: 1px solid #e8e8e8;
  padding-top: 35px;
  margin: 0 0 50px;
}
#page .section_point .block .right .r_item .contentblock .time {
  color: #999;
  font-size: 20px;
}
#page .section_point .block .right .r_item .contentblock .name {
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: #333333;
}
#page .section_point .block .right .r_item .contentblock .summary {
  color: #999;
  font-size: 16px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#page .section_point .block .right .r_item:hover .contentblock {
  border-color: #da3031;
}
#page .section_point .block .right .r_item:hover .contentblock .name {
  color: #da3031;
}
#page .section_last {
  margin-top: 30px;
  background-color: #900000;
  padding: 65px 0px 60px;
}
#page .section_last .block {
  width: 1200px;
  margin: 0 auto;
}
#page .three_part {
  width: 380px;
  float: left;
  padding: 5px 20px 30px;
  margin-bottom: 20px;
}
#page .three_part:nth-child(2),
#page .three_part:nth-child(5) {
  margin: 0 30px;
}
#page .three_part .imgbox {
  height: 122px;
}
#page .three_part .imgbox img {
  width: 100%;
  height: 100%;
}
#page .three_part .tit {
  color: #303030;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 15px;
}
#page .three_part .tit a {
  color: #303030;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#page .three_part .summary {
  color: #484848;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .list_container {
  width: 1200px;
  margin: auto;
}
#page .list_container .left_part {
  padding: 10px;
  width: 860px;
}
#page .list_container .left_part .pub_ul li {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: #E8E8E8 1px solid;
}
#page .list_container .left_part .pub_ul li ._img {
  width: 202px;
  height: 130px;
  margin-bottom: 10px;
  float: left;
}
#page .list_container .left_part .pub_ul li ._img img {
  width: 100%;
  height: 100%;
}
#page .list_container .left_part .pub_ul li ._font {
  width: 100%;
  margin-left: 2%;
}
#page .list_container .left_part .pub_ul li ._font .tit {
  color: #333333;
  font-size: 20px;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container .left_part .pub_ul li ._font .con {
  font-size: 14px;
  margin: 5px 0;
  line-height: 24px;
  color: #999;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 48px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .list_container .left_part .pub_ul li ._font .meta {
  margin: 10px 0;
  color: #8c8c8c;
  font-size: 14px;
}
#page .list_container .left_part .pub_ul li.Img ._font {
  float: right;
  margin-left: 0;
  width: calc(100% - 220px);
}
#page .list_container .list_right_part {
  margin-top: 20px;
  width: 300px;
  float: right;
  overflow: hidden;
}
#page .list_container .list_right_part .ad1 {
  width: 300px;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  padding: 10px;
}
#page .list_container .list_right_part .ad1 .big_img {
  height: 150px;
  border-radius: initial;
}
#page .list_container .list_right_part .ad1 .img-text {
  overflow: hidden;
  margin: 10px auto;
}
#page .list_container .list_right_part .ad1 .img-text .img {
  width: 120px;
  height: 80px;
  float: left;
}
#page .list_container .list_right_part .ad1 .img-text .img img {
  width: 100%;
  height: 100%;
}
#page .list_container .list_right_part .ad1 .img-text .right {
  float: right;
  width: calc(100% - 130px);
}
#page .list_container .list_right_part .ad1 .img-text .right .tit {
  float: right;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .list_container .list_right_part .ad1 .img-text .right .time {
  color: #999;
  font-size: 14px;
  margin-top: 15px;
}
#page .show_container .left_part .show_con {
  padding-top: 15px;
}
#page .show_container .left_part .show_con .show_tit {
  line-height: 45px;
  font-weight: normal;
  color: #333;
  font-size: 30px;
}
#page .show_container .left_part .show_con .meta {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  color: #9797a1;
  border-bottom: 1px solid #f0f0f0;
}
#page .show_container .left_part .show_con .show_body {
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 32px;
  color: #333333;
  font-size: 16px;
    word-break: break-all;
}
#page .show_container .left_part .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: 10px auto;
}
#page .show_container .left_part .show_con .show_body p {
  text-indent: 2em;
  text-align: left;
  margin-top: 10px;
}
#page .show_container .left_part .recommend_part {
  margin-top: 20px;
  padding: 10px;
  width: 850px;
}
#page .show_container .left_part .recommend_part .rec_1 {
  overflow: hidden;
  position: relative;
}
#page .show_container .left_part .recommend_part .rec_1 .pub_ul {
  margin-top: 20px;
}
#page .show_container .left_part .recommend_part .rec_1 .three_part {
  width: 32%;
  float: left;
  margin: 10px 0;
  padding: 10px;
  box-shadow: 0 11px 33px 2px rgba(0, 0, 0, 0.09);
}
#page .show_container .left_part .recommend_part .rec_1 .three_part:nth-child(2),
#page .show_container .left_part .recommend_part .rec_1 .three_part:nth-child(5) {
  margin: 10px 15px;
}
#page .show_container .left_part .recommend_part .rec_1 .rec_part {
  overflow: hidden;
  width: 48%;
}
.wrap {
  width: 100%;
  margin-top: 20px;
  border-top: 1px #E3E3E3 solid;
  background: #F6F6F6;
  overflow: hidden;
}
.wrap .footer {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.wrap .footer .tab-title {
  border-left: 4px;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  position: relative;
}
.wrap .footer .tab-title::before {
  float: left;
  background: #444;
  width: 4px;
  height: 15px;
  overflow: hidden;
  display: inline-block;
  margin: 3px 10px 0 0;
  border-radius: 2px;
}
.wrap .footer .tab-title .bt {
  float: left;
  font-size: 16px;
  font-weight: 700;
}
.wrap .footer .tab-text {
  float: left;
  margin: 20px 0 20px;
  display: inline;
  overflow: hidden;
}
.wrap .footer .tab-text .lftit {
  width: 80px;
  float: left;
  overflow: hidden;
}
.wrap .footer .tab-text .ritit {
  width: 1110px;
  float: right;
  overflow: hidden;
}
.wrap .footer .tab-text li {
  float: left;
  line-height: 25px;
  font-size: 12px;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.wrap .footer .tab-text li a {
  float: left;
  line-height: 25px;
  font-size: 16px;
  margin-right: 10px;
  overflow: hidden;
}
.wrap .foot-nav {
  width: 100%;
  height: 45px;
  font-size: 15px;
  color: #F6F6F6;
  text-align: center;
  background: #444;
  overflow: hidden;
}
.wrap .foot-nav a {
  line-height: 45px;
  height: 45px;
  color: #F6F6F6;
  margin: 0 10px;
  overflow: hidden;
}
.tags {
  margin-top: 10px;
  color: white;
  font-size: 16px;
}
.tags a {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: white;
}
.turn_Page {
  margin-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.turn_Page p span {
  font-size: 16px;
  color: #666;
}
.turn_Page p span a {
  color: #666;
}
.turn_Page p span:hover a {
  color: #C6252D;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images_pc/top.jpg) 0 0 no-repeat;
  text-indent: -999em;
}
.goTop:hover {
  background: url(../images_pc/top_active.png) 0 0 no-repeat;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
.page_fenye {
  padding-top: 20px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #C61314;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 16px;
  margin: 0 2px;
  border: 1px solid #C61314;
}
.page_fenye a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 16px;
  border: 1px solid #b3b3b3;
  margin: 0 2px;
}
.page_fenye a:hover {
  background-color: #C61314;
  color: white;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 30px;
}
.adversiment a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.adversiment a img {
  width: 100%;
  height: 100%;
}
.adversiment a p {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  border-radius: 0 5px 0 0;
}
/*# sourceMappingURL=index.css.map */